Mouse Wheel
public final static MouseWheel MouseWheel(Point location, Point locationOnScreen, KeyModifiers keyModifiers, ScrollType scrollType, Float deltaX, Float deltaY)
public final static MouseWheel MouseWheel(Point location, Point locationOnScreen, KeyModifiers keyModifiers, ScrollType scrollType, Float deltaX, Float deltaY)
Creates a new instance of MouseWheel with the given parameters.
Since
8.0.0
Parameters
location
The mouse position relative to the bounds of the browser instance.
location On Screen
The mouse position relative to the bounds of the screen.
key Modifiers
The keyboard modifiers applied.
scroll Type
The scroll type of the event.
delta X
The number of units to scroll horizontally.
delta Y
The number of units to scroll vertically.